Get a String in the Middle
Command Prototype
sRet = Mid(sText,iPos,iSize)
Command Description
Get a string in the middle
Parameter Description
- Required Parameter
- sText--The string to operate
- iPos--The position to start getting a string, with a unit determined by the parameter bByte
- iSize--The length of string (in unit) to get
- return
- sRet--The variable used to save the output of the function call